collection/file-managers

gather ws-ftp information

rule:
  meta:
    name: gather ws-ftp information
    namespace: collection/file-managers
    authors:
      - "@_re_fox"
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Credential Access::Credentials from Password Stores [T1555]
    references:
      - https://www.ipswitch.com/ftp-server
    examples:
      - 5a2f620f29ca2f44fc22df67b674198f:0x40504B
  features:
    - and:
      - substring: "\\Ipswitch\\WS_FTP"
      - substring: "\\win.ini"
      - substring: "WS_FTP"

last edited: 2023-11-24 10:34:28